This page documents version 1.2 of the Motif library.
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
XXXXmmmmSSSSttttrrrriiiinnnnggggCCCCoooommmmppppaaaarrrreeee returns a Boolean value indicating the
results of a semantically equivalent comparison of two
compound strings.
Semantically equivalent means that the strings have the same
text components, font list element tags, directions, and
separators. In general, if two compound strings are created
with the same (char *) string using XXXXmmmmSSSSttttrrrriiiinnnnggggCCCCrrrreeeeaaaatttteeeeLLLLooooccccaaaalllliiiizzzzeeeedddd
in the same language environment, the compound strings
compare as equal. If two compound strings are created with
the same (char *) string and the same font list element tag
other than XXXXmmmmFFFFOOOONNNNTTTTLLLLIIIISSSSTTTT____DDDDEEEEFFFFAAAAUUUULLLLTTTT____TTTTAAAAGGGG using XXXXmmmmSSSSttttrrrriiiinnnnggggCCCCrrrreeeeaaaatttteeee, the
strings compare as equal.
_s_1 Specifies a compound string to be compared with _s_2
_s_2 Specifies a compound string to be compared with _s_1
RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
Returns True if two compound strings are equivalent.
XXXXmmmmSSSSttttrrrriiiinnnnggggCCCCrrrreeeeaaaatttteeee((((3333XXXX)))) and XXXXmmmmSSSSttttrrrriiiinnnnggggCCCCrrrreeeeaaaatttteeeeLLLLooooccccaaaalllliiiizzzzeeeedddd((((3333XXXX)))).